home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Express Pd: GALORE
/
Express Pd Galore - The Amiga PD & Shareware CD (1994)(Express Pd)[!][Amiga-CD32-CDTV].iso
/
games
/
puzzle_quiz
/
fastlife2.7
/
reqtools
/
install_workbench2.0
< prev
next >
Wrap
Text File
|
1994-01-16
|
742b
|
41 lines
FailAt 20
Echo "*n*n*n*n*n*n*n"
Echo "*nReqTools 2.1e Library Installation Script for FastLife*n"
Version >NIL: exec.library 37
If WARN
Echo "You need Kickstart 2.0 (V37) or higher in ROM to use this library."
Echo "Installation aborted."
Skip ABORTED
EndIf
Version >NIL: LIBS:reqtools.library
If NOT ERROR
Echo "Version of reqtools.library already installed:"
Version LIBS:reqtools.library
Echo ""
EndIf
Ask "Install reqtools.library version 38.1095 ?"
If WARN
Copy libs20/reqtools.library LIBS:reqtools.library
Echo "*nreqtools.library 38.1095 copied to your LIBS: directory."
Else
Echo "*nOkay. Nothing done."
skip ABORTED
EndIf
Echo ""
Lab INSTALLED
Echo "*nInstallation complete.*n"
lab ABORTED
Wait 5
EndCLI >NIL: